home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3matgd.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_R3MATGD_H = 1;
- include("real/gadget/r3lprgds.js")
-
-
- var R3CLID_MATERIALGADGET = 230;
-
-
-
-
- // Description: Registers a material class for the material gadget.
- // Returns: Integer, TRUE if succesfull
- // p3: Integer, class id of the material class
-
- R3MATGDCM_REGISTERMATERIALCL = 230000;
-
- function mR3MATGDCM_REGISTERMATERIALCL(p3) {
- return DoA(this.r3obj, 230000, p3, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Materialgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_MATERIALGADGET, arguments);
- }
- // Methods
- this.REGISTERMATERIALCL=mR3MATGDCM_REGISTERMATERIALCL;
-
- // Attributes
- }
-
- r3Materialgadget.prototype=new r3Listpropertygadget;
- // r3matgd.h_H